// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['2024 Boise State Broncos Football Season Tickets (Includes Tickets To All Regular Season Home Games)','Albertsons Stadium','Boise, ID','Friday','8/30/2024','TBD','6107120','2024-Boise-State-Broncos-Football-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--8-30-2024'],['Georgia Southern Eagles vs. Boise State Broncos','Allen E. Paulson Stadium','Statesboro, GA','Saturday','8/31/2024','TBD','6118951','Georgia-Southern-Eagles-vs--Boise-State-Broncos-8-31-2024'],['Oregon Ducks vs. Boise State Broncos','Autzen Stadium','Eugene, OR','Saturday','9/7/2024','TBD','6113049','Oregon-Ducks-vs--Boise-State-Broncos-9-7-2024'],['Boise State Broncos vs. Portland State Vikings','Albertsons Stadium','Boise, ID','Saturday','9/21/2024','TBD','6117633','Boise-State-Broncos-vs--Portland-State-Vikings-9-21-2024'],['Boise State Broncos vs. Washington State Cougars','Albertsons Stadium','Boise, ID','Saturday','9/28/2024','TBD','6298516','Boise-State-Broncos-vs--Washington-State-Cougars-9-28-2024'],['Boise State Broncos vs. Utah State Aggies','Albertsons Stadium','Boise, ID','Saturday','10/5/2024','TBD','6298515','Boise-State-Broncos-vs--Utah-State-Aggies-10-5-2024'],['UNLV Rebels vs. Boise State Broncos','Allegiant Stadium','Las Vegas, NV','Saturday','10/26/2024','TBD','6298598','UNLV-Rebels-vs--Boise-State-Broncos-10-26-2024'],['Boise State Broncos vs. San Diego State Aztecs','Albertsons Stadium','Boise, ID','Saturday','11/2/2024','TBD','6298514','Boise-State-Broncos-vs--San-Diego-State-Aztecs-11-2-2024'],['Boise State Broncos vs. Nevada Wolf Pack','Albertsons Stadium','Boise, ID','Saturday','11/9/2024','TBD','6298513','Boise-State-Broncos-vs--Nevada-Wolf-Pack-11-9-2024'],['San Jose State Spartans vs. Boise State Broncos','CEFCU Stadium','San Jose, CA','Saturday','11/16/2024','TBD','6298591','San-Jose-State-Spartans-vs--Boise-State-Broncos-11-16-2024'],['Wyoming Cowboys vs. Boise State Broncos','War Memorial Stadium - WY','Laramie, WY','Saturday','11/23/2024','TBD','6298608','Wyoming-Cowboys-vs--Boise-State-Broncos-11-23-2024'],['Boise State Broncos vs. Oregon State Beavers','Albertsons Stadium','Boise, ID','Saturday','11/30/2024','TBD','6105824','Boise-State-Broncos-vs--Oregon-State-Beavers-11-30-2024']],'Boise State Broncos','http://www.ticketnetwork.com/ticket/Boise-State-Broncos-events.aspx');